Fix main CI: drop unused import (shake 39→38)#73
Merged
Conversation
…refinement Port Lee Lemma 1.10 (countable precompact-coordinate-ball basis) and Theorem 1.15 (countable locally finite refinement subordinate to any open cover) into OpenGALib/Manifold/Charts/PrecompactBasis.lean. The source binder [TopologicalManifold n M] is restated as the four Mathlib classes [TopologicalSpace M] [T2Space M] [SecondCountableTopology M] [ChartedSpace (EuclideanSpace ℝ (Fin n)) M]; the TopologicalManifold.locallyCompactSpace_of_topologicalManifold projection is re-pointed to ChartedSpace.locallyCompactSpace. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Single **Math.** anchor tags (dropped **Eng.** proof-narration), module docstring re-framed by architectural layer (basis needs only topology + chart; refinement adds paracompactness via a reusable abstract lemma), provenance footer. Statements and proofs unchanged.
Mathlib.Geometry.Manifold.ContMDiff.Atlas was unused; shake baseline is 38 and the new domain pushed it to 39, failing CI on the #72 main merge. Carried over from the original port; build + linters unaffected.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
main 上 #72 合并后 CI 红:Shake unused-import 检查 39 > 38 基线。新
Manifold域的CoordinateBall.lean带了一个未用 importMathlib.Geometry.Manifold.ContMDiff.Atlas(原移植带来的),删之即回到 38。本 PR 同时带上 develop 上自 #72 以来的内容(#66 precompact-basis + 台账更新)。已本地验证:全库构建 3670 jobs + shake = 38。